~/storm/build/bin/storm --prism nand.prism --prop nand.props reliable --constants N=40,K=4 --signal-timeout 60 --general:precision 1e-12 --gmm++:precision 1e-12 --native:precision 1e-12 --minmax:precision 1e-12 --timebounded:precision 1e-6 --lra:precision 1e-12 --ddlib sylvan --sylvan:maxmem 6114 --sylvan:threads 4
Storm 1.5.1
Date: Tue Apr 28 12:27:42 2020
Command line arguments: --prism nand.prism --prop nand.props reliable --constants 'N=40,K=4' --signal-timeout 60 '--general:precision' 1e-12 '--gmm++:precision' 1e-12 '--native:precision' 1e-12 '--minmax:precision' 1e-12 '--timebounded:precision' 1e-6 '--lra:precision' 1e-12 --ddlib sylvan '--sylvan:maxmem' 6114 '--sylvan:threads' 4
Current working directory: /
WARN (GeneralSettings.cpp:110): Setting the precision option with module prefix does not effect all solvers. Consider setting --precision instead of --general:precision.
Time for model input parsing: 0.003s.
Time for model construction: 14.670s.
--------------------------------------------------------------
Model type: DTMC (sparse)
States: 3999522
Transitions: 6288542
Reward Models: none
State Labels: 3 labels
* deadlock -> 0 item(s)
* ((s = 4) & ((z / 40) < 1/10)) -> 4 item(s)
* init -> 1 item(s)
Choice Labels: none
--------------------------------------------------------------
Model checking property "reliable": P=? [F ((s = 4) & ((z / 40) < 1/10))] ...
Result (for initial states): 0.6186822208152223
Time for model checking: 3.612s.